home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / friendly-recovery / README < prev    next >
Text File  |  2009-10-23  |  505b  |  17 lines

  1. User friendly recovery menu
  2. ---------------------------
  3.  
  4. Implements the spec in https://wiki.ubuntu.com/FriendlyRecovery
  5.  
  6. "Plugins" can be added easily:
  7.  
  8. * install a script in /usr/share/recovery-mode/options
  9. * recovery-mode will invoke it with "test"
  10.   - it should return "0" and print its name on stdout 
  11.   - if it returns "1" here it will not be added to the 
  12.     reovery-menu
  13. * if the script is run with no parameters it should
  14.   perform its action
  15. * when the script is done, the menu is build again
  16.  
  17.